GDK W32: Make sure drag source window is not NULL
authorРуслан Ижбулатов <lrn1986@gmail.com>
Sun, 26 Nov 2017 13:10:44 +0000 (13:10 +0000)
committerРуслан Ижбулатов <lrn1986@gmail.com>
Thu, 30 Nov 2017 04:17:28 +0000 (04:17 +0000)
commitc329940cf1bfbf260c5aba38e0191a2a37c52c6b
tree3e91993c954309368fdf0c9b5e4429369c9b14b9
parent3fd23fcfd19f412454cd663322196c991a67cadc
GDK W32: Make sure drag source window is not NULL

This prevents GTK from throwing a bunch of warnings when it tries
to get drag source window -> screen of that window -> ipc widget for that screen,
and then tries to attach a signal handler to that widget.

Specifically, this happens when we get a DnD move from another
application.

https://bugzilla.gnome.org/show_bug.cgi?id=786509
gdk/win32/gdkdnd-win32.c